func syscall.cloexecSocket
3 uses
syscall (current package)
lsf_linux.go#L51: s, e := cloexecSocket(AF_INET, SOCK_DGRAM, 0)
netlink_linux.go#L53: s, err := cloexecSocket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE)
sock_cloexec_linux.go#L8: func cloexecSocket(family, sotype, proto int) (int, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)